home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Kit PC World De Ampliacion De Windows 95
/
Kit PC World de ampliacion de Windows 95.iso
/
internet
/
sweeper
/
samples
/
olecon~1
/
controls
/
fontco~1
/
guids.h
< prev
next >
Wrap
Text File
|
1995-11-25
|
909b
|
26 lines
//=--------------------------------------------------------------------------=
// Guids.H
//=--------------------------------------------------------------------------=
// Copyright 1995 Microsoft Corporation. All Rights Reserved.
//
// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
// ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
// PARTICULAR PURPOSE.
//=--------------------------------------------------------------------------=
//
// guids that we define locally
//
#ifndef _GUIDS_H_
// for each property page this server will have, put the guid definition for it
// here so that it gets defined ...
//
DEFINE_GUID(CLSID_FontColorGeneralPage, 0x982f7080, 0x21a5, 0x11cf, 0x9d, 0x53, 0x00, 0xaa, 0x00, 0x3c, 0x9c, 0xb6);
#define _GUIDS_H_
#endif // _GUIDS_H_